func runtime.goschedImpl

4 uses

	runtime (current package)
		proc.go#L4307: func goschedImpl(gp *g, preempted bool) {
		proc.go#L4350: 	goschedImpl(gp, false)
		proc.go#L4358: 	goschedImpl(gp, false)
		proc.go#L4362: 	goschedImpl(gp, true)